Skip to content

FINERACT-2246: New command processing - document management#5464

Open
vidakovic wants to merge 1 commit intoapache:developfrom
vidakovic:feature/FINERACT-2246
Open

FINERACT-2246: New command processing - document management#5464
vidakovic wants to merge 1 commit intoapache:developfrom
vidakovic:feature/FINERACT-2246

Conversation

@vidakovic
Copy link
Contributor

Description

Major improvement of document management. Non of the core structures are located outside of "fineract-document" (almost standalone). Major performance improvement due to true streaming of documents (no byte array loading into memory... unless we deal with base64 encoded data). Content is now streamed asynchronously. Document management was actually not using the command concept at all. All document and image operations were not showing up in any audit logs. Everything is now migrated to the new command processing. Applied a technique to remove direct dependencies to staff and client packages.

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per our guidelines
  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
  • Create/update unit or integration tests for verifying the changes made.
  • Follow our coding conventions.
  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
  • This PR must not be a "code dump". Large changes can be made in a branch, with assistance. Ask for help on the developer mailing list.

Your assigned reviewer(s) will follow our guidelines for code reviews.

@vidakovic vidakovic self-assigned this Feb 8, 2026
@vidakovic vidakovic force-pushed the feature/FINERACT-2246 branch 2 times, most recently from d1b3626 to b9efefb Compare February 8, 2026 01:55
@vidakovic vidakovic force-pushed the feature/FINERACT-2246 branch from b9efefb to 2662757 Compare February 8, 2026 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant